Einhugur macOS Bridge plugin.

NSDictionary.DoubleForKey Method

Returns Double for a given key.

DoubleForKey(
   key as String) as Double

Parameters

key
The key for the value to get.

Returns

Double
The requested value for the given key or 0.0 if not found or if the value is not double.

Remarks

See Also

NSDictionary Class